fromJson static method

Permission? fromJson(
  1. dynamic value
)

Implementation

static Permission? fromJson(dynamic value) =>
    PermissionTypeTransformer().decode(value);