content property

  1. @JsonKey(name: 'content')
Content? content
inherited

Implementation

@JsonKey(name: 'content')
Content? get content => throw _privateConstructorUsedError;
  1. @JsonKey(name: 'content')
void content=(Content? value)
inherited

Implementation

@JsonKey(name: 'content')
set content(Content? value) => throw _privateConstructorUsedError;