InlineStyle.fromJson constructor

InlineStyle.fromJson(
  1. dynamic json
)

Implementation

InlineStyle.fromJson(dynamic json)
    : offset = json['offset'] ?? 0,
      length = json['length'] ?? 0,
      style = json['style'] ?? "";