toJson method

Json toJson()

Implementation

Json toJson() {
  return {
    'name': name,
    'indexed': indexed,
    'type': type.name,
  };
}