toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final baseVersion = this.baseVersion;
  final createTime = this.createTime;
  final tools = this.tools;
  final updateTime = this.updateTime;
  return {
    'baseVersion': ?baseVersion,
    'createTime': ?createTime,
    'tools': ?tools,
    'updateTime': ?updateTime,
  };
}