StringFormat.fromJson constructor

StringFormat.fromJson(
  1. Object? json
)

Decodes a wire string.

Implementation

factory StringFormat.fromJson(Object? json) =>
    StringFormat(decodeAcpString(json));