FloatingConfig.fromJson constructor

FloatingConfig.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory FloatingConfig.fromJson(Map<String, Object?> json) =>
    _$FloatingConfigFromJson(json);