LavalinkInfo.fromJson constructor

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

Implementation

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