GetOption constructor

const GetOption({
  1. required String name,
})

Returns the value of an option by its name. (Check the list of available options on https://core.telegram.org/tdlib/options.) Can be called before authorization

Implementation

const GetOption({
  required this.name,
});