StylePropertyInternal.fromJson constructor

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

Implementation

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