toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (alias != null) 'alias': alias!,
      if (entityType != null) 'entityType': entityType!,
      if (text != null) 'text': text!,
      if (userDefined != null) 'userDefined': userDefined!,
    };