Suffix.fromJson constructor

Suffix.fromJson(
  1. Map json_
)

Implementation

Suffix.fromJson(core.Map json_)
  : this(
      customSuffix: json_['customSuffix'] as core.String?,
      option: json_['option'] as core.String?,
    );