SelfServiceFormConfiguration.fromJson constructor

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

Implementation

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