toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (forceDeleteMissing != null)
        'forceDeleteMissing': forceDeleteMissing!,
      if (tagTemplate != null) 'tagTemplate': tagTemplate!,
      if (tags != null) 'tags': tags!,
    };