Permission_Role.fromJson constructor

Permission_Role.fromJson(
  1. Object? json
)

Implementation

factory Permission_Role.fromJson(Object? json) =>
    Permission_Role(json as String);