NotesProperties.fromJson constructor
NotesProperties.fromJson(
- Map json_
Implementation
NotesProperties.fromJson(core.Map json_)
: this(
speakerNotesObjectId: json_.containsKey('speakerNotesObjectId')
? json_['speakerNotesObjectId'] as core.String
: null,
);