fromJson method

  1. @override
bool? fromJson(
  1. Object? json
)

Implementation

@override
bool? fromJson(Object? json) => json?.toBoolean();