toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final contentDataRef = this.contentDataRef;
  final contentFormat = this.contentFormat;
  final hash = this.hash;
  final inlineContent = this.inlineContent;
  return {
    'contentDataRef': ?contentDataRef,
    'contentFormat': ?contentFormat,
    'hash': ?hash,
    'inlineContent': ?inlineContent,
  };
}