CreateFootnoteResponse.fromJson constructor
CreateFootnoteResponse.fromJson(
- Map json_
Implementation
CreateFootnoteResponse.fromJson(core.Map json_)
: this(
footnoteId: json_['footnoteId'] as core.String?,
);