toJson method

Map toJson()

Implementation

Map toJson() => {
      'frameLength': frameLength,
      'streamId': streamId,
      'type': type,
      'flags': flags,
      'metaPresent': metaPresent
    };