StacCustomTextStyle.fromJson constructor

StacCustomTextStyle.fromJson(
  1. Map<String, dynamic> json
)

Creates a StacCustomTextStyle from JSON.

Implementation

factory StacCustomTextStyle.fromJson(Map<String, dynamic> json) =>
    _$StacCustomTextStyleFromJson(json);