NotesProperties.fromJson constructor

NotesProperties.fromJson(
  1. Map json_
)

Implementation

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