toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final bundleStates = this.bundleStates;
  final referentialSyncConfigState = this.referentialSyncConfigState;
  final templateLibraryState = this.templateLibraryState;
  return {
    'bundleStates': ?bundleStates,
    'referentialSyncConfigState': ?referentialSyncConfigState,
    'templateLibraryState': ?templateLibraryState,
  };
}