SchemaInteger.fromJson constructor

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

Implementation

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