toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (conditions != null) 'conditions': conditions!,
      if (errorMessage != null) 'errorMessage': errorMessage!,
      if (version != null) 'version': version!,
      if (versions != null) 'versions': versions!,
    };