StringFormat.fromJson constructor

StringFormat.fromJson(
  1. Object? value
)

Implementation

factory StringFormat.fromJson(Object? value) =>
    _stringFormatCodec.decode(value);